From: Steven G. Johnson Date: Sun, 8 Mar 2015 00:13:37 +0000 (-0500) Subject: fix link X-Git-Tag: archive/raspbian/2.11.3-2+rpi1^2~24^2^2~216 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=bf230db3a3c86eb227ed8290315d8d2b991c3e2d;p=utf8proc.git fix link --- diff --git a/README.md b/README.md index fa5104c..59c087b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # utf8proc [![Build Status](https://travis-ci.org/JuliaLang/utf8proc.png)](https://travis-ci.org/JuliaLang/utf8proc) -[utf8proc](https://github.com/JuliaLang/utf8proc) is a small, clean C +[utf8proc](http://julialang.org/utf8proc/) is a small, clean C library that provides Unicode normalization, case-folding, and other operations for data in the [UTF-8 encoding](http://en.wikipedia.org/wiki/UTF-8). It was [initially